home *** CD-ROM | disk | FTP | other *** search
/ Dynamic Graphics Magazine (Alt) / Dynamic Graphics Magazine (Version B).iso / pc / dgm / image.dir / 00007.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  159 b   |  9 lines

  1. on mouseDown
  2.   set pressedBtn to hBtnToggle(16, 42, 47)
  3.   if pressedBtn = 1 then
  4.     sound stop 2
  5.     set the volume of sound 2 to 255
  6.     quit()
  7.   end if
  8. end
  9.